From f6f4aee3404272d871b0c2111a7a41d680a1c071 Mon Sep 17 00:00:00 2001 From: justbur Date: Wed, 3 Feb 2016 08:23:55 -0500 Subject: [PATCH] Use keyboard-quit in abort key sequence Need to do this for the operator keymap function. Otherwise the operator state doesn't exit properly --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index ab564626140..9a40bb21beb 100644 --- a/which-key.el +++ b/which-key.el @@ -1812,7 +1812,7 @@ after first page." (interactive) (let ((which-key-inhibit t)) (which-key--hide-popup-ignore-command) - (message "Aborted key sequence"))) + (keyboard-quit))) ;;;###autoload (defun which-key-C-h-dispatch () -- 2.30.2